home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 2888 / 2888.xpi / skin / classic / style.css < prev   
Cascading Style Sheet File  |  2008-04-26  |  3KB  |  133 lines

  1. #bookmarksMenu[hidden="true"]{
  2.     display: none !important;
  3.     width: 0 !important;
  4.     max-width: 0 !important;
  5.     -moz-appearance: none !important;
  6. }
  7.  
  8. .filtersTab {
  9.     height: 390px;
  10.     overflow: auto;
  11. }
  12. .gmarks-personalbkmk .toolbarbutton-icon,
  13. .gmarks-personalbkmk .menu-iconic-left image{
  14.     width: 16px;
  15.     height: 16px;
  16. }
  17. .gmarks-personalbkmk[show-text="always"] .toolbarbutton-text{
  18.   padding-right: 0px;
  19.   padding-left: 0px;
  20.   display: -moz-box !important;
  21. }
  22. .gmarks-personalfolder .toolbarbutton-icon,
  23. .gmarks-personalfolder .menu-iconic-left image{
  24.     width: 16px;
  25.   height: 16px;
  26. }
  27. .gmarks-personalfolder[show-text="always"] .toolbarbutton-text,
  28. .gmarks-personalfolder-all .toolbarbutton-text{
  29.   padding-right: 4px;
  30.   padding-left: 0px;
  31.   display: -moz-box !important;
  32. }
  33. #resultList{
  34.     height:150px;
  35. }
  36. .gmarksTree treechildren::-moz-tree-image(showIcon) {
  37.     width: 16px;
  38.     height: 16px;
  39.     margin-left: 3px;
  40.     margin-right: 3px;
  41. }
  42.  
  43. .gmarksTree treechildren::-moz-tree-image(showIcon,starredInReader) {
  44.     list-style-image: url("chrome://gmarks/skin/star.gif") !important;
  45.     -moz-image-region: rect(0px, 16px, 16px, 0px) !important;
  46. }
  47. .gmarksTree treechildren::-moz-tree-twisty(hideTwisty){
  48.     list-style-image: none !important;
  49. }
  50. #gmarkList {
  51.     margin: 0px; width: 100%; height: 100%; border: none;
  52. }
  53. #gmarkLabels, #gmarkDetails {
  54.     margin: 0px; border: none;
  55. }
  56. #gmarkDetails
  57. {
  58.   -moz-user-focus: normal !important;
  59.   -moz-user-select: text;
  60. }
  61.  
  62. #editableTxt {
  63.     /*min-height: 2.8em;*/
  64.     -moz-user-focus: normal !important;
  65.     -moz-user-select: text !important;
  66.     -moz-appearance: none;
  67.     border: 1px solid Highlight;
  68.     -moz-border-top-colors: Highlight;
  69.     -moz-border-bottom-colors: Highlight;
  70.     -moz-border-left-colors: Highlight;
  71.     -moz-border-right-colors: Highlight;
  72.     margin: 0 0 0 -3px;
  73.     padding: 1px;
  74. }
  75.  
  76. #gmarkDetails[editing] > treechildren:-moz-tree-row(selected)
  77. {
  78.     background-color: transparent;
  79.     border: none;
  80. }
  81.  
  82. /**/
  83. .dropmarker {
  84.     list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
  85.     padding-right: 4px;
  86.     margin: 4px;
  87. }
  88.  .gmPopupNormal{
  89.     background-color: white;
  90.     color: black;
  91. }
  92.  
  93. .gmPopupSelected{
  94.     background-color: black;
  95.     color: white;
  96. }
  97.  
  98. .gmqsPopup{
  99.     width: 440px;
  100. }
  101. .gmarksQuickSearch{
  102.     background-color: #FFFFFF;
  103. }
  104. /*Sidebar loading*/
  105. #treeStack{
  106.     width: 100%; height: 100%;
  107.     -moz-box-align: center;
  108. }
  109.  
  110. #loadBox{
  111.     opacity: 1;
  112.     -moz-opacity: 1;
  113.     -moz-box-align: center;
  114.  
  115.  
  116. }
  117. #loadImage{
  118.     list-style-image: url("chrome://browser/skin/Throbber.gif");
  119.     max-width: 32px;
  120.     max-height: 32px;
  121.     margin:0px auto;
  122. }
  123.  
  124. #gmarksOptions vbox.dialog-content-box,
  125. #gmarksOptions vbox{
  126.     padding: 0 0 0 0 !important;
  127.     margin: 0 0 0 0 !important;
  128.     background-color:yellow;
  129. }
  130. #gmarksOptions{
  131.     background-color: red;
  132. }
  133.